3D Perception
Writeup
Criteria | Meet Specification |
---|---|
Provide a Writeup / README that includes all the rubric points and how you addressed each one. You can submit your writeup as markdown or pdf. The project repository contains a template writeup for this project that you can use as a guide and a starting point. |
The writeup / README should include a statement and supporting figures / images that explain how each rubric item was addressed, and specifically where in the code each step was handled. The writeup should include a discussion of what worked, what didn't and how the project implementation could be improved going forward. |
Exercise 1, 2 and 3 Pipeline Implemented
Criteria | Meet Specification |
---|---|
Complete Exercise 1 steps. Pipeline for filtering and RANSAC plane fitting implemented. |
The |
Complete Exercise 2 steps: Pipeline including clustering for segmentation implemented. |
Steps for cluster segmentation have been added to the |
Complete Exercise 3 Steps. Features extracted and SVM trained. Object recognition implemented. |
Both |
Pick and Place Setup
Criteria | Meet Specification |
---|---|
For all three tabletop setups ( |
You can add this functionality to your already existing ros node or create a new node that communicates with your perception pipeline to perform sequential object recognition. Save your PickPlace requests into |
Tips to make your project standout:
To have a standout submission, perform object recognition for the tabletop_challenge.world
scene. Submit your output_4.yaml
file along with screenshots from rviz showing correct labels for all objects in the scene in your writeup.